home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / phaze15.zip / FOSSIL.DOC < prev    next >
Text File  |  1996-07-26  |  2KB  |  49 lines

  1.                        *Fossil Driver Documentation*
  2.  
  3. There have been several reports of problems with FOSSIL drivers and QWK-IGM
  4. A few sysops are getting a  "Fossil Initialization Error" when a user tries
  5. to play remotely,  but it runs fine in local mode.  This is QWK-IGMs way of
  6. saving you a CTRL-ALT-DEL <G>...  The following settings  are known to work
  7. with X00 and BNU fossil drivers. If you still have problems after using the
  8. recommended settings, contact us for assistance.
  9.  
  10. NOTE:  These command lines should not interfere with the operation of other
  11. IGMs. They may even run better! :)
  12.  
  13.  
  14. -------
  15. X00.SYS
  16. -------
  17.  
  18. DEVICE=X00.SYS E FIFO=15 B,x,19200
  19.  
  20. Replace the x with the number of your COM port, but keep in mind the way
  21. the fossil sees commports. For COM 1, you would replace the x with a 0. For
  22. COM 2, you would replace the x with a 1. And so forth...
  23.  
  24. 19200 is the locked port speed. If you lock it at a speed other than 19200,
  25. replace it with your locked port rate.
  26.  
  27. Example for a modem on COM 2 with a locked port at 38400:
  28.  
  29. DEVICE=X00.SYS E FIFO=15 B,1,38400
  30.  
  31.  
  32. -------
  33. BNU.COM
  34. -------
  35.  
  36. BNU.COM /P1 /L:x:19200 /Z0 /F
  37.  
  38. Replace the x with the number of your COM port, but keep in mind the way
  39. the fossil sees commports. For COM 1, you would replace the x with a 0. For
  40. COM 2, you would replace the x with a 1. And so forth...
  41.  
  42. 19200 is the locked port speed. If you lock it at a speed other than 19200,
  43. replace it with your locked port rate.
  44.  
  45. Example for a modem on COM 2 with a locked port at 38400
  46.  
  47. BNU.COM /P1 /L:1:38400 /Z0 /F
  48.  
  49.